home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d13 / ptv2n1.arc / DEMOSIDE.ASC < prev    next >
Text File  |  1991-03-26  |  1KB  |  24 lines

  1. SIDEBAR: Using the Database Demo Program
  2.  
  3. You will be repeatedly prompted:  "Action?".  To exit, just press enter.
  4. Any other entry commands a database action as follows:
  5.  
  6. /samples will cause the sample values to be asserted into the database.
  7.  This is easier than entering each value by hand, and it's the only way
  8.  to create an ival or lval object.
  9.  
  10. /show will cause the current database contents to be displayed.
  11.  This also happens automatically after any command that changes the database.
  12.  
  13. <any name>? will report the value associated with any name, if any.
  14.  The question mark is optional.  Any single word without a second
  15.  parameter is treated as a query.
  16.  
  17. -<any name> will retract any name from the database if it's there.
  18.  
  19. <any name> <any string without spaces> will cause any name to be
  20.  asserted into the database as an sval object with the value any string.
  21.  Only the first contiguous word is part of the any string parameter.
  22.  Any characters after that are ignored.
  23.  
  24.